Oauth2 Errors UnauthorizedClient

Oauth2 Errors UnauthorizedClient
Oauth2 Errors UnauthorizedClient

Indicates that the authenticated client is not authorized to use this authorization grant type.

This schema was added in vSphere API 8.0.3.0.

AllOf
This class requires all of the following:
JSON Example
{
    "error": "string",
    "error_description": "string",
    "error_uri": "string"
}